set State Broadcast Secs
open fun setStateBroadcastSecs(value: Int): ModuleConfigProtos.ModuleConfig.DetectionSensorConfig.Builder
Interval in seconds of how often we should send a message to the mesh
with the current state regardless of trigger events When set to 0, only
trigger events will be broadcasted Works as a sort of status heartbeat
for peace of mind
Content copied to clipboard
uint32 state_broadcast_secs = 3;
Return
This builder for chaining.
Parameters
value
The stateBroadcastSecs to set.